home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00013_Script_initScreen < prev    next >
Text File  |  1998-09-28  |  382b  |  9 lines

  1. on exitFrame
  2.   initrolloverKit
  3.   initButtonKit
  4.   initmedia -- loads media lists including the player titles
  5.   initPopCardList -- loads a special list used by the rollover to pop up a card
  6.   ControlOff -- make sure the control bar and scripts are not present on the screen
  7.   initPrompts -- sets up the prompts list
  8.   playopening -- plays the ProVideo and intro sound file
  9. end